Skip to content

docs: document run platform #3427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2018
Merged

docs: document run platform #3427

merged 1 commit into from
Mar 8, 2018

Conversation

Mitko-Kerezov
Copy link
Contributor

@Mitko-Kerezov Mitko-Kerezov self-assigned this Mar 7, 2018
<% if((isConsole && isMacOS) || isHtml) { %>
* `<Platform>` is the target mobile platform for which you want to run your project. You can set the following target platforms.
* `android` - Run your project on all Android devices.
* `ios` - Run your project on all iOS devices.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and simulators

@@ -19,6 +20,11 @@ Runs your project on all connected devices or in native emulators for the select

### Attributes
* `<Device ID>` is the index or `Device Identifier` of the target device as listed by `$ tns device <Platform> --available-devices`
<% if((isConsole && isMacOS) || isHtml) { %>
* `<Platform>` is the target mobile platform for which you want to run your project. You can set the following target platforms.
* `android` - Run your project on all Android devices.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and emulators

@Mitko-Kerezov Mitko-Kerezov merged commit c3c594b into master Mar 8, 2018
@Mitko-Kerezov Mitko-Kerezov deleted the kerezov/run-help branch March 8, 2018 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants